home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 4 / FM Towns Free Software Collection 4 - Disc 1.iso / tugi / eupend.tug < prev    next >
Text File  |  1991-10-18  |  426b  |  35 lines

  1. TUGi_macro(v1.0)
  2.  
  3. eup_MAIN
  4. {
  5.     chdir(
  6.         \TUGI
  7.     );
  8.  
  9.     Graph_wait(0);
  10.     Gscroll(0);
  11.  
  12.     Screen(3);
  13.     cls(0);
  14.     paletteset();
  15.     wind_init();
  16.     wrtstr(
  17.         "         また、お会いしましょうねっ☆"
  18.         " "
  19.         "               ばいちゃっ(^_^)/"
  20.     );
  21.     SND_Play(
  22.         \TUGI\baityx2.snd
  23.     );
  24.     wait(8);
  25.     wrtstr(
  26.         " "
  27.         "               マウスをクリックしてねっ☆"
  28.     );
  29.     mousewait();
  30.     wind_close();
  31.  
  32.     SCREEN(17);
  33.     cls(1);
  34. }
  35.